object AboutBox: TAboutBox Left = 527 Top = 242 BorderStyle = bsDialog Caption = 'About' ClientHeight = 302 ClientWidth = 315 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel2: TPanel Left = 3 Top = 2 Width = 310 Height = 259 BevelOuter = bvLowered TabOrder = 2 object Image1: TImage Left = 10 Top = 13 Width = 32 Height = 32 AutoSize = True Center = True Picture.Data = {} end object Label5: TLabel Left = 99 Top = 20 Width = 111 Height = 24 Caption = 'The Abuser' Font.Color = clActiveCaption Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label6: TLabel Left = 128 Top = 45 Width = 62 Height = 13 Caption = 'Version 1.0.2' end object Label7: TLabel Left = 42 Top = 63 Width = 224 Height = 13 Caption = 'An insult generator from the demented minds at ' end object Label8: TLabel Left = 83 Top = 78 Width = 142 Height = 20 Caption = 'shamus.netmedia' Font.Color = clCaptionText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label9: TLabel Left = 76 Top = 100 Width = 156 Height = 13 Caption = 'Copyright �1996 Andrew Vessey' end object Label10: TLabel Left = 23 Top = 120 Width = 265 Height = 39 Alignment = taCenter Caption = 'To get rid of this pesky little about box and validate your life' + ', send $3 to Andrew Vessey, 116-3A Hidden Oaks Dr., Cary, NC 275' + '13 USA. ' WordWrap = True end object Label11: TLabel Left = 25 Top = 162 Width = 259 Height = 39 Alignment = taCenter Caption = 'If you find it difficult to send me three dollars (if you live o' + 'utside the USA for instance) then just send me a cool postcard a' + 'nd I might send you the registration code....' WordWrap = True end object Label12: TLabel Left = 52 Top = 205 Width = 205 Height = 35 Alignment = taCenter Caption = 'Visit our website for the latest updates: http://www.shamus.com' WordWrap = True end object Label13: TLabel Left = 23 Top = 240 Width = 264 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Unregistered!' end end object Panel1: TPanel Left = 0 Top = 0 Width = 5 Height = 4 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 0 Top = 0 Width = 1 Height = 1 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 1 Top = 0 Width = 93 Height = 20 Caption = 'The Abuser' Font.Color = clActiveCaption Font.Height = 0 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 2 Top = 1 Width = 1 Height = 0 Caption = 'Version 0.92' IsControl = True end object Copyright: TLabel Left = 1 Top = 1 Width = 3 Height = 0 Alignment = taCenter Caption = 'Copyright � 1996 by Andrew Vessey' IsControl = True end object Comments: TLabel Left = 0 Top = 1 Width = 5 Height = 1 Alignment = taCenter AutoSize = False Caption = 'An Insult Generator from the demented minds at ' WordWrap = True IsControl = True end object Label1: TLabel Left = 0 Top = 2 Width = 132 Height = 260 Alignment = taCenter Caption = 'A mere $3 will eliminate this constant nagging and make you an e' + 'xtremely cool person! Send money to: Andrew Vessey, 116-3A Hid' + 'den Oaks Dr., Cary, NC 27513. For more info email info@shamus' + '.com' Color = clBtnFace Font.Color = clActiveCaption Font.Height = 0 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False WordWrap = True end object Label2: TLabel Left = 0 Top = 3 Width = 5 Height = 0 Alignment = taCenter AutoSize = False Caption = 'Unregistered!' end object Label3: TLabel Left = 0 Top = 2 Width = 5 Height = 0 Alignment = taCenter AutoSize = False Caption = 'shamus.netmedia' Font.Color = clWindow Font.Height = 0 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 0 Top = 2 Width = 5 Height = 0 Alignment = taCenter AutoSize = False Caption = 'http://www.shamus.com' end end object OKButton: TButton Left = 2 Top = 4 Width = 1 Height = 0 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button1: TButton Left = 125 Top = 272 Width = 75 Height = 25 Caption = 'OK' TabOrder = 3 OnClick = Button1Click end end